home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / utils / bbutilr / progsize.bat < prev    next >
Encoding:
DOS Batch File  |  1993-07-18  |  168 b   |  8 lines

  1. @echo off
  2. echo ProgramSize (C)opywrong by ßronx ßomber in 1993 
  3. echo Checking space left to run programs...
  4. mem > . 
  5. find "executable program"  . 
  6. echo.
  7. del  . 
  8.